projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35aa539
)
Fix minor typo in `cargo rustc --help`.
author
kennytm
<kennytm@gmail.com>
Sun, 5 Jul 2015 17:57:05 +0000
(
01:57
+0800)
committer
kennytm
<kennytm@gmail.com>
Sun, 5 Jul 2015 17:57:05 +0000
(
01:57
+0800)
src/bin/rustc.rs
patch
|
blob
|
history
diff --git
a/src/bin/rustc.rs
b/src/bin/rustc.rs
index ddfca47518ce097c934b666040eca90e2bd096ad..0292d79e711a5b50a7109571d374073076a3dd95 100644
(file)
--- a/
src/bin/rustc.rs
+++ b/
src/bin/rustc.rs
@@
-43,7
+43,7
@@
Options:
--features FEATURES Features to compile for the package
--no-default-features Do not compile default features for the package
--target TRIPLE Target triple which compiles will be for
- --manifest-path PATH Path to the manifest to fetch depe
dn
encies for
+ --manifest-path PATH Path to the manifest to fetch depe
nd
encies for
-v, --verbose Use verbose output
-q, --quiet No output printed to stdout